projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4455db3
)
gdk_window_process_updates_internal only needs to flush outstanding moves
author
Alexander Larsson
<alex@localhost.localdomain>
Thu, 22 Jan 2009 19:51:41 +0000
(20:51 +0100)
committer
Alexander Larsson
<alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:25 +0000
(10:15 +0200)
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index ac2aa3651b34a00a4b082dcd81910a1c1b5c6946..5639f2c4fd5ad722a32301bc7d5f6d6338186a89 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-4484,7
+4484,7
@@
gdk_window_process_updates_internal (GdkWindow *window)
{
/* Flush any outstanding moves, may happen if we moved a window but got
no actual invalid area */
- gdk_window_flush (window);
+ gdk_window_flush
_outstanding_moves
(window);
}
}